home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wsmooth.zip / WSMSRC.ZIP / WSMOOTH.DEF < prev    next >
Text File  |  1990-08-31  |  342b  |  23 lines

  1. NAME         WinSmooth
  2.  
  3. DESCRIPTION  'Smooth Scrolling Utility'
  4.  
  5. EXETYPE      WINDOWS
  6.  
  7. STUB         'WINSTUB.EXE'
  8.  
  9. CODE         PRELOAD MOVEABLE
  10. DATA         PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE     46080   ; 50k
  13. STACKSIZE    15360
  14.  
  15. EXPORTS
  16.     MainWindowProc    @1
  17.     About           @2
  18.     OpenDlg         @3
  19.     Settings        @4
  20.  
  21.  
  22.     
  23.